#wrapper section {
 position: relative;
 width: 100%;
}
#wrapper section.kv_area h2,#wrapper section.kv_area p {
 text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#wrapper section.eco_area {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 padding: 150px 0;
 background: #ffffff;
}
@media screen and (max-width: 960px) {
 #wrapper section.eco_area {
  padding: 60px 5%;
 }
}
#wrapper section.eco_area >.inner {
 width: 100%;
 max-width: 750px;
 margin: 0 auto;
 text-align: center;
}
#wrapper section.eco_area >.inner .eco_logo {
 margin-bottom: 85px;
}
@media screen and (max-width: 960px) {
 #wrapper section.eco_area >.inner .eco_logo {
  margin-bottom: 40px;
 }
}
#wrapper section.eco_area >.inner h2 {
 margin-bottom: 50px;
 font-size: 24px;
}
@media screen and (max-width: 960px) {
 #wrapper section.eco_area >.inner h2 {
  margin-bottom: 25px;
  font-size: 18px;
 }
}
#wrapper section.eco_area >.inner p.txt {
 line-height: 2;
 font-size: 16px;
 text-align: left;
}
@media screen and (max-width: 960px) {
 #wrapper section.eco_area >.inner p.txt {
  font-size: 14px;
 }
}
#wrapper section.about_area {
 overflow: clip;
 -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
         clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
 background: #f2f2f2;
}
#wrapper section.about_area .main_img {
 position: sticky;
 top: 0;
 width: 100%;
 height: 100vh;
}
#wrapper section.about_area .main_img img,#wrapper section.about_area .main_img picture {
 width: 100%;
 height: 100%;
 -o-object-fit: cover;
    object-fit: cover;
 -webkit-transform-origin: center top;
         transform-origin: center top;
}
#wrapper section.about_area .main_img img.desc,#wrapper section.about_area .main_img picture.desc {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 visibility: hidden;
 opacity: 0;
}
#wrapper section.about_area .about_slide {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: sticky;
 top: 0;
 left: 0;
 width: 100%;
 min-width: 1695px;
 height: 100svh;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 margin-top: -100svh;
 -webkit-transform: translateX(100%);
         transform: translateX(100%);
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_slide {
  min-width: 800px;
 }
}
#wrapper section.about_area .about_slide img {
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}
#wrapper section.about_area .txt_box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100svh;
 visibility: hidden;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 opacity: 0;
}
#wrapper section.about_area .txt_box.txt3 {
 -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
 padding-top: 15vh;
}
#wrapper section.about_area .txt_box >.inner {
 color: #ffffff;
 text-align: center;
}
#wrapper section.about_area .txt_box >.inner h2 {
 visibility: hidden;
 margin-bottom: 20px;
 opacity: 0;
 font-family: var(--ff_pop);
 font-weight: 600;
 font-size: 60px;
 text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .txt_box >.inner h2 {
  font-size: 40px;
 }
}
#wrapper section.about_area .txt_box >.inner h3 {
 visibility: hidden;
 margin-bottom: 20px;
 opacity: 0;
 font-weight: bold;
 font-size: 36px;
 text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .txt_box >.inner h3 {
  font-size: 20px;
 }
}
#wrapper section.about_area .txt_box >.inner p.txt {
 line-height: 1.5;
 visibility: hidden;
 opacity: 0;
 font-weight: bold;
 font-size: 24px;
 text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .txt_box >.inner p.txt {
  font-size: 18px;
 }
}
#wrapper section.about_area .txt_box >.inner p.txt2 {
 line-height: 2;
 visibility: hidden;
 opacity: 0;
 font-size: 16px;
 text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .txt_box >.inner p.txt2 {
  font-size: 14px;
 }
}
#wrapper section.about_area .txt_sc {
 position: relative;
 z-index: -1;
}
#wrapper section.about_area .txt_sc .sc {
 width: 100%;
 height: 100svh;
}
#wrapper section.about_area .desc_area {
 width: 100%;
 height: 100svh;
}
#wrapper section.board_area {
 width: 100%;
 padding: 70px 0 150px;
 background: #f2f2f2;
}
@media screen and (max-width: 960px) {
 #wrapper section.board_area {
  padding: 50px 5% 100px;
 }
}
#wrapper section.board_area .stop {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
#wrapper section.board_area .stop >.inner {
 width: 100%;
 max-width: 750px;
}
#wrapper section.board_area .stop >.inner h2 {
 line-height: 1.5;
 margin-bottom: 25px;
 font-weight: bold;
 font-size: 32px;
}
@media screen and (max-width: 960px) {
 #wrapper section.board_area .stop >.inner h2 {
  font-size: 22px;
 }
}
#wrapper section.board_area .stop >.inner p.txt {
 line-height: 2;
 font-size: 16px;
}
@media screen and (max-width: 960px) {
 #wrapper section.board_area .stop >.inner p.txt {
  font-size: 14px;
 }
}
#wrapper section.board_area .stop >.inner .board_slide {
 position: relative;
 margin: 40px auto 0;
 text-align: center;
}
#wrapper section.board_area .stop >.inner .board_slide .moving {
 position: absolute;
 top: 0;
 width: 100%;
 -webkit-transform: translateX(-90%);
         transform: translateX(-90%);
}
#wrapper section.board_area .sc {
 width: 100%;
 height: 40svh;
}
#wrapper section.solar_area {
 padding-bottom: 60px;
 background: #f2f2f2;
}
@media screen and (max-width: 960px) {
 #wrapper section.solar_area {
  padding: 0 5% 60px;
 }
}
#wrapper section.solar_area >.inner {
 width: 100%;
 max-width: 750px;
 margin: 0 auto;
}
#wrapper section.solar_area >.inner .lead_area {
 z-index: 2;
 margin-bottom: 100px;
 background: #f2f2f2;
}
@media screen and (max-width: 960px) {
 #wrapper section.solar_area >.inner .lead_area {
  margin-bottom: 50px;
 }
}
#wrapper section.solar_area >.inner .lead_area h2 {
 line-height: 1.5;
 margin-bottom: 50px;
 font-weight: bold;
 font-size: 32px;
}
@media screen and (max-width: 960px) {
 #wrapper section.solar_area >.inner .lead_area h2 {
  margin-bottom: 20px;
  font-size: 22px;
 }
}
#wrapper section.solar_area >.inner .lead_area p.txt {
 line-height: 2;
 font-size: 16px;
}
@media screen and (max-width: 960px) {
 #wrapper section.solar_area >.inner .lead_area p.txt {
  font-size: 14px;
 }
}
#wrapper section.solar_area >.inner .solar_wrap {
 position: relative;
}
#wrapper section.solar_area >.inner .solar_wrap.solar1 {
 margin-bottom: 150px;
}
@media screen and (max-width: 960px) {
 #wrapper section.solar_area >.inner .solar_wrap.solar1 {
  margin-bottom: 70px;
 }
}
#wrapper section.solar_area >.inner .solar_wrap .solar {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media screen and (max-width: 960px) {
 #wrapper section.solar_area >.inner .solar_wrap .solar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
 }
}
#wrapper section.solar_area >.inner .solar_wrap .solar .txt_area {
 position: relative;
 z-index: 2;
 width: 310px;
}
@media screen and (max-width: 960px) {
 #wrapper section.solar_area >.inner .solar_wrap .solar .txt_area {
  width: 100%;
  margin-bottom: 30px;
 }
}
#wrapper section.solar_area >.inner .solar_wrap .solar .txt_area h3 {
 margin-bottom: 20px;
 color: #7dc8fa;
 font-weight: bold;
 font-size: 24px;
}
@media screen and (max-width: 960px) {
 #wrapper section.solar_area >.inner .solar_wrap .solar .txt_area h3 {
  margin-bottom: 10px;
  font-size: 16px;
 }
}
#wrapper section.solar_area >.inner .solar_wrap .solar .txt_area p.txt {
 line-height: 2;
 font-size: 16px;
}
@media screen and (max-width: 960px) {
 #wrapper section.solar_area >.inner .solar_wrap .solar .txt_area p.txt {
  line-height: 1.6;
  font-size: 14px;
 }
}
#wrapper section.solar_area >.inner .solar_wrap .solar .img#stand-solar svg {
 width: 468px !important;
}
#wrapper section.solar_area >.inner .solar_wrap .solar .img#ring-solar svg {
 width: 468px !important;
}
@media screen and (max-width: 960px) {
 #wrapper section.solar_area >.inner .solar_wrap .solar .img {
  position: static;
  width: 100%;
  text-align: center;
 }
 #wrapper section.solar_area >.inner .solar_wrap .solar .img img {
  width: 90% !important;
  margin: 0 auto;
 }
}
#wrapper section.solar_area >.inner .solar_wrap .solar_sc {
 width: 100%;
 height: 150svh;
 pointer-events: none;
}
#wrapper section.save_area {
 padding-top: 60px;
 background: #f2f2f2;
}
#wrapper section.save_area.off {
 color: #ffffff;
 background: #616161;
}
@media screen and (max-width: 960px) {
 #wrapper section.save_area {
  padding-bottom: 0;
 }
}
#wrapper section.save_area .lead_area {
 position: relative;
 z-index: 2;
 width: 100%;
 max-width: 1080px;
 margin: 0 auto -20vh;
}
@media screen and (max-width: 960px) {
 #wrapper section.save_area .lead_area {
  margin-bottom: 0;
  padding: 0 5%;
 }
}
#wrapper section.save_area .lead_area h2 {
 line-height: 1.5;
 margin-bottom: 30px;
 font-weight: bold;
 font-size: 32px;
}
@media screen and (max-width: 960px) {
 #wrapper section.save_area .lead_area h2 {
  margin-bottom: 15px;
  font-size: 22px;
 }
}
#wrapper section.save_area .lead_area p.txt {
 line-height: 2;
 font-size: 16px;
}
@media screen and (max-width: 960px) {
 #wrapper section.save_area .lead_area p.txt {
  font-size: 14px;
 }
}
#wrapper section.save_area .feature_area {
 width: 100%;
}
@media screen and (max-width: 960px) {
 #wrapper section.save_area .feature_area.save {
  margin-bottom: 120px;
 }
}
#wrapper section.save_area .feature_area .main {
 position: sticky;
 top: 0;
 width: 100%;
}
#wrapper section.save_area .feature_area .main >.inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 width: 100%;
 max-width: 900px;
 height: 100svh;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 margin: 0 auto;
 padding-left: 70px;
}
@media screen and (max-width: 960px) {
 #wrapper section.save_area .feature_area .main >.inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  padding-top: 70px;
 }
}
#wrapper section.save_area .feature_area .main >.inner .txt_area {
 position: relative;
 z-index: 2;
 width: 320px;
}
@media screen and (max-width: 960px) {
 #wrapper section.save_area .feature_area .main >.inner .txt_area {
  width: 100%;
  padding: 0 5%;
 }
}
#wrapper section.save_area .feature_area .main >.inner .txt_area h2 {
 display: inline-block;
 position: relative;
 margin-bottom: 20px;
 font-weight: bold;
 font-size: 24px;
}
@media screen and (max-width: 960px) {
 #wrapper section.save_area .feature_area .main >.inner .txt_area h2 {
  font-size: 18px;
 }
}
#wrapper section.save_area .feature_area .main >.inner .txt_area h2:before {
 content: "";
 position: absolute;
 top: 0;
 left: -13px;
 width: 2px;
 height: 100%;
 background: #7dc8fa;
}
@media screen and (max-width: 960px) {
 #wrapper section.save_area .feature_area .main >.inner .txt_area h2:before {
  left: -10px;
 }
}
#wrapper section.save_area .feature_area .main >.inner .txt_area h2 span {
 display: block;
 margin-bottom: 10px;
 color: #7dc8fa;
 font-size: 18px;
}
@media screen and (max-width: 960px) {
 #wrapper section.save_area .feature_area .main >.inner .txt_area h2 span {
  font-size: 16px;
 }
}
#wrapper section.save_area .feature_area .main >.inner .txt_area p.txt {
 line-height: 2;
 font-size: 16px;
}
@media screen and (max-width: 960px) {
 #wrapper section.save_area .feature_area .main >.inner .txt_area p.txt {
  font-size: 14px;
 }
}
#wrapper section.save_area .feature_area .main >.inner .txt_area p.txt span {
 font-size: 12px;
}
@media screen and (max-width: 960px) {
 #wrapper section.save_area .feature_area .main >.inner .txt_area p.txt span {
  font-size: 10px;
 }
}
#wrapper section.save_area .feature_area .main >.inner .img {
 position: absolute;
 right: 0;
 bottom: 0;
 mix-blend-mode: multiply;
}
#wrapper section.save_area .feature_area .main >.inner .img#save {
 opacity: 0;
}
#wrapper section.save_area .feature_area .main >.inner .img#save.on {
 opacity: 1;
}
#wrapper section.save_area .feature_area .sc_area .sc {
 height: 150vh;
}
#wrapper section.gallery_area {
 z-index: 2;
 -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
         clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
 padding: 150px 0 100px;
 background: #f2f2f2;
}
@media screen and (max-width: 960px) {
 #wrapper section.gallery_area {
  padding: 100px 0 50px;
 }
}
#wrapper section.gallery_area >.inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: sticky;
 top: 0;
 width: 100%;
 max-width: 1080px;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -webkit-box-pack: end;
     -ms-flex-pack: end;
         justify-content: flex-end;
 margin: 0 auto;
}
#wrapper section.gallery_area .lead_area {
 width: 100%;
 max-width: 1080px;
 margin: 0 auto 70px;
 margin-top: auto;
}
@media screen and (max-width: 960px) {
 #wrapper section.gallery_area .lead_area {
  margin-bottom: 40px;
  padding: 0 5%;
 }
}
#wrapper section.gallery_area .lead_area h2 {
 line-height: 1.5;
 margin-bottom: 30px;
 font-weight: bold;
 font-size: 32px;
}
@media screen and (max-width: 960px) {
 #wrapper section.gallery_area .lead_area h2 {
  margin-bottom: 15px;
  font-size: 22px;
 }
}
#wrapper section.gallery_area .lead_area p.txt {
 line-height: 2;
 font-size: 16px;
}
@media screen and (max-width: 960px) {
 #wrapper section.gallery_area .lead_area p.txt {
  font-size: 14px;
 }
}
#wrapper section.gallery_area .wrap {
 overflow: hidden;
}
#wrapper section.gallery_area .gallery_wrap {
 width: 100%;
 background: #000000;
}
#wrapper section.gallery_area .gallery_wrap .gallery_slide {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
#wrapper section.gallery_area .gallery_wrap .gallery_slide .gallery_items {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 50%;
}
#wrapper section.note {
 z-index: 2;
 margin-top: -1px;
 padding: 90px 0 20px;
 background: #ffffff;
 text-align: center;
}
@media screen and (max-width: 960px) {
 #wrapper section.note {
  padding: 50px 0 10px;
 }
}
#wrapper section.note p {
 font-size: 12px;
}
@media screen and (max-width: 960px) {
 #wrapper section.note p {
  font-size: 10px;
 }
}
/*# sourceMappingURL=../../core-technology/eco-drive/css/layout.css.map */
